Dummy implementation of get_platform_keymap, so that the API layer doesn't
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 16:23:05 +0000 (16:23 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 16:23:05 +0000 (16:23 +0000)
complain.  This is going to change soon, I expect.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index 958c5cf8f84086c5dc48cdc753147f8d7bec59e0..945cc3c3ca3724ab642e48dab8953277e783c889 100644 (file)
@@ -1715,6 +1715,8 @@ class XendDomainInfo:
         return '' # TODO
     def get_platform_std_vga(self):
         return False
+    def get_platform_keymap(self):
+        return ''
     def get_platform_serial(self):
         return '' # TODO
     def get_platform_localtime(self):